home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / ENVUTILX.ARJ / REV.DOC < prev    next >
Text File  |  1992-03-10  |  2KB  |  65 lines

  1.                            ENVUTILS Revision History
  2.  
  3. 920310
  4.     - All programs
  5.         - Help display now pauses after 1 screen full.
  6.     - STRING.COM
  7.         - Added function 6 to find character within a string.
  8.     - VIDEO.COM
  9.         - Added function 6 to return the lines/screen.
  10.     - GETDOS.COM
  11.         - Added function 10 to check for EMS.
  12.         - Added function 11 to check for HMA.
  13.         - Added function 12 to check for DOSKEY.
  14.         - Added function 12 to check for EGA.SYS.
  15.     - DSKMEM.COM
  16.         - Added function 3 to get free XMS memory.
  17.         - Added function 4 to get free EMS memory.
  18.     - Replaced IN.COM and OUT.COM with PORTIO.COM in credit screens.
  19.     - PORTIO.COM
  20.         - Includes IN.COM and OUT.COM functions.
  21.     - IN.COM
  22.         - Eliminated.  Use PORTIO.COM from now on.
  23.     - OUT.COM
  24.         - Eliminated.  Use PORTIO.COM from now on.
  25.  
  26. 920229
  27.     - GETDOS.COM
  28.         - Now returns XMS version number if present, instead of "1".
  29.  
  30. 920228
  31.     - All programs
  32.         - Fixed error message "ERROR: Invalid or missing variable name!"
  33.         - Revised copywrite notice and fee structure.
  34.     - STRING.COM
  35.         - Included  TOUPPER.COM Functionality.
  36.     - TOUPPER.COM
  37.         - Eliminated.  Use STRING.COM from now on.
  38.     - VIDEO.COM
  39.         - Created to GET/SET the current video mode.
  40.         - Included GETVBACK.COM functionality.
  41.         - Included VAD.COM functionality.
  42.         - Included VDD.COM functionality.
  43.     - GETVBACK.COM
  44.         - Eliminated.  Use VIDEO.COM from now on.
  45.     - VAD.COM
  46.         - Eliminated.  Use VIDEO.COM from now on.
  47.     - VDD.COM
  48.         - Eliminated.  Use VIDEO.COM from now on.
  49.  
  50. 920226
  51.     - All programs
  52.         - Rewritten to assemble using a new assembler.
  53.  
  54. 920223
  55.     - DSKMEM.COM
  56.         - Old "2" function removed.
  57.         - Old "3" function is now new "2" function.
  58.     - GETDATE.COM
  59.         - Fixed a typo in help screen.
  60.     - MATH.COM
  61.         - Added "=" operator.  Run MATH for more details.
  62.     - TOUPPER.COM
  63.         - Fixed a typo in help screen.
  64.  
  65.